func go/types.newLazyMethodList

2 uses

	go/types (current package)
		methodlist.go#L27: func newLazyMethodList(length int) *methodList {
		named.go#L403: 	return n.orig.tparams, underlying, newLazyMethodList(n.orig.methods.Len())